From e7e53999308012e9959f06a867e6b8b81f904c30 Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Wed, 29 Jun 2022 11:05:01 +0200 Subject: [PATCH] Fix building with GCC 12.x release. Add missing header file. Fixes: #396 Gbp-Pq: Name 0001-Fix-building-with-GCC-12.x-release.patch --- zypp/base/Random.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/zypp/base/Random.cc b/zypp/base/Random.cc index c5dba80..9f40a38 100644 --- a/zypp/base/Random.cc +++ b/zypp/base/Random.cc @@ -1,5 +1,6 @@ #include #include +#include #include -- 2.30.2